+2006-05-15 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tree_widget.sgml: Fix up example rendering. (#341855, Guillaume
+ Desmottes)
+
2006-05-11 Emmanuele Bassi <ebassi@cvs.gnome.org>
* gtk/tmpl/gtkrecentmanager.sgml: Update the error enum and the
the column to label for the user, what type of cell renderer to use,
and which piece of data to retrieve from the model for a given row.
</para>
- <informalexample><programlisting><![CDATA[
+ <informalexample><programlisting>
GtkCellRenderer *renderer;
GtkTreeViewColumn *column;
"text", AUTHOR_COLUMN,
NULL);
gtk_tree_view_append_column (GTK_TREE_VIEW (tree), column);
-]]></programlisting></informalexample>
+</programlisting></informalexample>
<para>
At this point, all the steps in creating a displayable tree have been
covered. The model is created, data is stored in it, a tree view is